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
21 changes: 21 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8710,3 +8710,24 @@ export function JupyterIcon(props: SVGProps<SVGSVGElement>) {
</svg>
)
}

export function RocketlaneIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} viewBox='0 0 19.001 16.514' fill='none' xmlns='http://www.w3.org/2000/svg'>
<g transform='translate(0 -6.486)'>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M15.446 6.94198L19.0007 14.7744L15.446 22.6068C14.652 22.862 13.8054 22.9998 12.9266 22.9998C11.714 22.9998 10.5627 22.7374 9.52637 22.2664L12.9266 14.7744L9.52637 7.28242C10.5627 6.81133 11.714 6.54895 12.9266 6.54895C13.8054 6.54895 14.652 6.68677 15.446 6.94198Z'
fill='#0F62FE'
/>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M6.03112 7.01001L9.52638 14.7114L6.03112 22.4129C5.13054 22.7516 4.15483 22.9369 3.13585 22.9369C2.02543 22.9369 0.96641 22.7168 0 22.318L3.45221 14.7114L2.49902e-08 7.10487C0.96641 6.70602 2.02543 6.48599 3.13585 6.48599C4.15483 6.48599 5.13054 6.67128 6.03112 7.01001Z'
fill='currentColor'
/>
</g>
</svg>
)
}
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 @@ -182,6 +182,7 @@ import {
ResendIcon,
RevenueCatIcon,
RipplingIcon,
RocketlaneIcon,
RootlyIcon,
S3Icon,
SalesforceIcon,
Expand Down Expand Up @@ -444,6 +445,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
resend: ResendIcon,
revenuecat: RevenueCatIcon,
rippling: RipplingIcon,
rocketlane: RocketlaneIcon,
rootly: RootlyIcon,
s3: S3Icon,
salesforce: SalesforceIcon,
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 @@ -203,6 +203,7 @@
"resend",
"revenuecat",
"rippling",
"rocketlane",
"rootly",
"s3",
"salesforce",
Expand Down
4,246 changes: 4,246 additions & 0 deletions apps/docs/content/docs/en/integrations/rocketlane.mdx

Large diffs are not rendered by default.

Loading
Loading