Skip to content
Merged
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
33 changes: 33 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8958,6 +8958,39 @@ export function LogfireIcon(props: SVGProps<SVGSVGElement>) {
)
}

export function SmartleadIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
{...props}
viewBox='0 0 26 26'
fill='none'
xmlns='http://www.w3.org/2000/svg'
aria-hidden='true'
>
<g transform='translate(1.4, -1.4)'>
<path
d='M12.0577 2.38666L2.39114 12.0532C1.07298 13.3714 1.07298 15.5085 2.39114 16.8267L2.39128 16.8268C3.70944 18.145 5.8466 18.145 7.16477 16.8268L16.8313 7.16029C18.1495 5.84212 18.1495 3.70496 16.8313 2.3868L16.8312 2.38666C15.513 1.0685 13.3758 1.0685 12.0577 2.38666Z'
fill='#0FDECD'
/>
<path
opacity='0.797'
d='M16.827 21.6312L7.16043 11.9646C5.84226 10.6465 3.7051 10.6465 2.38694 11.9646L2.3868 11.9648C1.06864 13.2829 1.06864 15.4201 2.3868 16.7383L12.0533 26.4048C13.3715 27.723 15.5087 27.723 16.8268 26.4048L16.827 26.4047C18.1451 25.0865 18.1451 22.9493 16.827 21.6312Z'
fill='#39BAE9'
/>
<path
d='M18.5001 18.3644L21.6412 15.2233C22.0695 14.795 22.0695 14.1005 21.6412 13.6722C21.2129 13.2439 20.5184 13.2439 20.0901 13.6722L16.949 16.8134C16.5207 17.2417 16.5207 17.9361 16.949 18.3644C17.3773 18.7927 18.0718 18.7927 18.5001 18.3644Z'
fill='#0CAEE9'
/>
<path
opacity='0.8'
d='M17.0086 12.1419L20.1498 15.2831C20.5781 15.7114 21.2725 15.7114 21.7008 15.2831L21.701 15.2829C22.1293 14.8546 22.1293 14.1602 21.701 13.7318L18.5598 10.5907C18.1315 10.1624 17.4371 10.1624 17.0088 10.5907L17.0086 10.5908C16.5803 11.0192 16.5803 11.7136 17.0086 12.1419Z'
fill='#3AE0D2'
/>
</g>
</svg>
)
}

export function ZohoDeskIcon(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 @@ -208,6 +208,7 @@ import {
SimTriggerIcon,
SixtyfourIcon,
SlackIcon,
SmartleadIcon,
SmtpIcon,
SportmonksIcon,
SQSIcon,
Expand Down Expand Up @@ -491,6 +492,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
similarweb: SimilarwebIcon,
sixtyfour: SixtyfourIcon,
slack: SlackIcon,
smartlead: SmartleadIcon,
smtp: SmtpIcon,
sportmonks: SportmonksIcon,
sqs: SQSIcon,
Expand Down
1 change: 1 addition & 0 deletions apps/docs/content/docs/en/integrations/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"similarweb",
"sixtyfour",
"slack",
"smartlead",
"smtp",
"sportmonks",
"sqs",
Expand Down
5,177 changes: 5,177 additions & 0 deletions apps/docs/content/docs/en/integrations/smartlead.mdx

Large diffs are not rendered by default.

Loading
Loading