Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,18 @@ export function DocuSignIcon(props: SVGProps<SVGSVGElement>) {
)
}

export function DoordashIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} viewBox='0 0 132 75' fill='none' xmlns='http://www.w3.org/2000/svg'>
<rect width='132' height='75' rx='8' fill='white' />
<path
d='M126.9 17.8C121 6.8 109.6 0 97.2 0H3.2C1.4 0 0 1.5 0 3.3c0 .8.3 1.7.9 2.3l20.5 20.6c1.8 1.8 4.3 2.8 6.8 2.8h66.3c4.7 0 8.6 3.7 8.6 8.5 0 4.7-3.7 8.6-8.5 8.6H49c-1.8 0-3.2 1.5-3.2 3.3 0 .9.3 1.7.9 2.3l20.5 20.6C69 74 71.5 75 74 75h20.7c26.9 0 47.2-28.7 32.2-57.2'
fill='#FF3008'
/>
</svg>
)
}

export function DiscordIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
Expand Down
16 changes: 9 additions & 7 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ import {
DatadogIcon,
DevinIcon,
DiscordIcon,
DocumentIcon,
DocuSignIcon,
DocumentIcon,
DoordashIcon,
DropboxIcon,
DsPyIcon,
DubIcon,
Expand All @@ -50,8 +51,8 @@ import {
FirecrawlIcon,
FirefliesIcon,
GammaIcon,
GithubIcon,
GitLabIcon,
GithubIcon,
GmailIcon,
GongIcon,
GoogleAdsIcon,
Expand Down Expand Up @@ -97,9 +98,9 @@ import {
LinkupIcon,
LoopsIcon,
LumaIcon,
MailServerIcon,
MailchimpIcon,
MailgunIcon,
MailServerIcon,
Mem0Icon,
MicrosoftDataverseIcon,
MicrosoftExcelIcon,
Expand Down Expand Up @@ -137,6 +138,8 @@ import {
RevenueCatIcon,
RipplingIcon,
S3Icon,
SQSIcon,
STTIcon,
SalesforceIcon,
SearchIcon,
SendgridIcon,
Expand All @@ -148,19 +151,17 @@ import {
SimilarwebIcon,
SlackIcon,
SmtpIcon,
SQSIcon,
SshIcon,
STTIcon,
StagehandIcon,
StripeIcon,
SupabaseIcon,
TTSIcon,
TavilyIcon,
TelegramIcon,
TextractIcon,
TinybirdIcon,
TranslateIcon,
TrelloIcon,
TTSIcon,
TwilioIcon,
TypeformIcon,
UpstashIcon,
Expand All @@ -172,11 +173,11 @@ import {
WikipediaIcon,
WordpressIcon,
WorkdayIcon,
xIcon,
YouTubeIcon,
ZendeskIcon,
ZepIcon,
ZoomIcon,
xIcon,
} from '@/components/icons'

type IconComponent = ComponentType<SVGProps<SVGSVGElement>>
Expand Down Expand Up @@ -210,6 +211,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
devin: DevinIcon,
discord: DiscordIcon,
docusign: DocuSignIcon,
doordash: DoordashIcon,
dropbox: DropboxIcon,
dspy: DsPyIcon,
dub: DubIcon,
Expand Down
Loading
Loading