mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
* improvement(docs): updated script to copy over icons, cleanup unnecessary pages * updated script with auto-icon generation * ignore translations, only icons changed * updated images * updated i18n.lock * updated images
158 lines
3.3 KiB
TypeScript
158 lines
3.3 KiB
TypeScript
// Auto-generated file - do not edit manually
|
|
// Generated by scripts/generate-docs.ts
|
|
// Maps block types to their icon component references
|
|
|
|
import type { ComponentType, SVGProps } from 'react'
|
|
import {
|
|
AirtableIcon,
|
|
ArxivIcon,
|
|
AsanaIcon,
|
|
BrainIcon,
|
|
BrowserUseIcon,
|
|
ClayIcon,
|
|
ConfluenceIcon,
|
|
DiscordIcon,
|
|
DocumentIcon,
|
|
ElevenLabsIcon,
|
|
ExaAIIcon,
|
|
EyeIcon,
|
|
FirecrawlIcon,
|
|
GithubIcon,
|
|
GmailIcon,
|
|
GoogleCalendarIcon,
|
|
GoogleDocsIcon,
|
|
GoogleDriveIcon,
|
|
GoogleFormsIcon,
|
|
GoogleIcon,
|
|
GoogleSheetsIcon,
|
|
GoogleVaultIcon,
|
|
HubspotIcon,
|
|
HuggingFaceIcon,
|
|
HunterIOIcon,
|
|
ImageIcon,
|
|
JinaAIIcon,
|
|
JiraIcon,
|
|
LinearIcon,
|
|
LinkupIcon,
|
|
Mem0Icon,
|
|
MicrosoftExcelIcon,
|
|
MicrosoftOneDriveIcon,
|
|
MicrosoftPlannerIcon,
|
|
MicrosoftSharepointIcon,
|
|
MicrosoftTeamsIcon,
|
|
MistralIcon,
|
|
MongoDBIcon,
|
|
MySQLIcon,
|
|
NotionIcon,
|
|
OpenAIIcon,
|
|
OutlookIcon,
|
|
PackageSearchIcon,
|
|
ParallelIcon,
|
|
PerplexityIcon,
|
|
PineconeIcon,
|
|
PipedriveIcon,
|
|
PostgresIcon,
|
|
QdrantIcon,
|
|
RedditIcon,
|
|
ResendIcon,
|
|
S3Icon,
|
|
SalesforceIcon,
|
|
SerperIcon,
|
|
SlackIcon,
|
|
StagehandIcon,
|
|
StripeIcon,
|
|
SupabaseIcon,
|
|
TavilyIcon,
|
|
TelegramIcon,
|
|
TranslateIcon,
|
|
TrelloIcon,
|
|
TwilioIcon,
|
|
TypeformIcon,
|
|
WealthboxIcon,
|
|
WebflowIcon,
|
|
WhatsAppIcon,
|
|
WikipediaIcon,
|
|
xIcon,
|
|
YouTubeIcon,
|
|
ZepIcon,
|
|
} from '@/components/icons'
|
|
|
|
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>
|
|
|
|
export const blockTypeToIconMap: Record<string, IconComponent> = {
|
|
postgresql: PostgresIcon,
|
|
twilio_voice: TwilioIcon,
|
|
translate: TranslateIcon,
|
|
tavily: TavilyIcon,
|
|
stagehand_agent: StagehandIcon,
|
|
youtube: YouTubeIcon,
|
|
supabase: SupabaseIcon,
|
|
vision: EyeIcon,
|
|
confluence: ConfluenceIcon,
|
|
arxiv: ArxivIcon,
|
|
webflow: WebflowIcon,
|
|
pinecone: PineconeIcon,
|
|
whatsapp: WhatsAppIcon,
|
|
typeform: TypeformIcon,
|
|
qdrant: QdrantIcon,
|
|
asana: AsanaIcon,
|
|
memory: BrainIcon,
|
|
serper: SerperIcon,
|
|
linear: LinearIcon,
|
|
exa: ExaAIIcon,
|
|
telegram: TelegramIcon,
|
|
salesforce: SalesforceIcon,
|
|
hubspot: HubspotIcon,
|
|
hunter: HunterIOIcon,
|
|
linkup: LinkupIcon,
|
|
mongodb: MongoDBIcon,
|
|
airtable: AirtableIcon,
|
|
discord: DiscordIcon,
|
|
jina: JinaAIIcon,
|
|
google_docs: GoogleDocsIcon,
|
|
perplexity: PerplexityIcon,
|
|
google_search: GoogleIcon,
|
|
x: xIcon,
|
|
google_calendar: GoogleCalendarIcon,
|
|
zep: ZepIcon,
|
|
microsoft_planner: MicrosoftPlannerIcon,
|
|
thinking: BrainIcon,
|
|
pipedrive: PipedriveIcon,
|
|
stagehand: StagehandIcon,
|
|
google_forms: GoogleFormsIcon,
|
|
file: DocumentIcon,
|
|
mistral_parse: MistralIcon,
|
|
gmail: GmailIcon,
|
|
openai: OpenAIIcon,
|
|
outlook: OutlookIcon,
|
|
onedrive: MicrosoftOneDriveIcon,
|
|
resend: ResendIcon,
|
|
google_vault: GoogleVaultIcon,
|
|
sharepoint: MicrosoftSharepointIcon,
|
|
huggingface: HuggingFaceIcon,
|
|
clay: ClayIcon,
|
|
jira: JiraIcon,
|
|
wealthbox: WealthboxIcon,
|
|
notion: NotionIcon,
|
|
elevenlabs: ElevenLabsIcon,
|
|
microsoft_teams: MicrosoftTeamsIcon,
|
|
github: GithubIcon,
|
|
google_drive: GoogleDriveIcon,
|
|
reddit: RedditIcon,
|
|
parallel_ai: ParallelIcon,
|
|
stripe: StripeIcon,
|
|
s3: S3Icon,
|
|
trello: TrelloIcon,
|
|
mem0: Mem0Icon,
|
|
knowledge: PackageSearchIcon,
|
|
twilio_sms: TwilioIcon,
|
|
slack: SlackIcon,
|
|
microsoft_excel: MicrosoftExcelIcon,
|
|
image_generator: ImageIcon,
|
|
google_sheets: GoogleSheetsIcon,
|
|
wikipedia: WikipediaIcon,
|
|
firecrawl: FirecrawlIcon,
|
|
mysql: MySQLIcon,
|
|
browser_use: BrowserUseIcon,
|
|
}
|