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
19 changes: 19 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6553,6 +6553,25 @@ export function MailgunIcon(props: SVGProps<SVGSVGElement>) {
)
}

export function MailtrapIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} viewBox='0 0 36 41' fill='none' xmlns='http://www.w3.org/2000/svg'>
<path
d='m6.826 29.699-3.394 2.013c-.46.303-.25.823 0 .928l13.183 7.387c.779.436 1.738.436 2.517 0l13.358-7.484c.405-.24.338-.727 0-.891l-3.589-1.939c-.303-.2-.978-.133-1.218.029l-8.551 4.791c-.779.436-1.738.436-2.517 0l-8.626-4.833c-.322-.198-.831-.187-1.162 0z'
fill='currentColor'
/>
<path
d='m16.615.681c.779-.436 1.738-.436 2.517 0 0 0 9.994 5.6 10.616 5.948.424.214.462.79 0 1.05-.7.391-1.638.914-2.417 1.349-.91.507-2.018.506-2.926-.003l-5.272-2.954c-.779-.436-1.738-.436-2.517 0l-5.278 2.957c-.91.51-2.018.511-2.929.003-.81-.452-1.792-.999-2.5-1.393-.393-.169-.474-.669 0-.957z'
fill='currentColor'
/>
<path
d='m34.488 9.634c.779.436 1.258 1.243 1.258 2.115v17.209c0 .852-.533 1.011-1.102.713l-3.931-2.122v-11.569l-11.581 6.489c-.779.436-1.738.436-2.517 0l-11.581-6.489v11.568l-3.572 2.121c-.426.271-1.461.356-1.461-.711v-17.209c0-.873.48-1.679 1.258-2.115 1.253-.656 2.547 0 2.547 0l14.067 7.899 14.045-7.899s1.247-.752 2.57 0z'
fill='#22D172'
/>
</svg>
)
}

export function SmtpIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ import {
MailchimpIcon,
MailgunIcon,
MailServerIcon,
MailtrapIcon,
ManageEngineIcon,
Mem0Icon,
MicrosoftDataverseIcon,
Expand Down Expand Up @@ -452,6 +453,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
luma: LumaIcon,
mailchimp: MailchimpIcon,
mailgun: MailgunIcon,
mailtrap: MailtrapIcon,
managed_agent: ClaudeIcon,
manageengine_sdp: ManageEngineIcon,
mem0: Mem0Icon,
Expand Down
348 changes: 348 additions & 0 deletions apps/docs/content/docs/integrations/mailtrap.mdx

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/docs/content/docs/integrations/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"luma",
"mailchimp",
"mailgun",
"mailtrap",
"managed_agent",
"manageengine_sdp",
"mem0",
Expand Down
Loading