Skip to content

Commit 574b8aa

Browse files
committed
feat(pitchbook): add PitchBook integration
1 parent fcea50d commit 574b8aa

108 files changed

Lines changed: 19285 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/components/icons.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9340,3 +9340,18 @@ export function ZohoDeskIcon(props: SVGProps<SVGSVGElement>) {
93409340
</svg>
93419341
)
93429342
}
9343+
9344+
export function PitchBookIcon(props: SVGProps<SVGSVGElement>) {
9345+
return (
9346+
<svg
9347+
{...props}
9348+
viewBox='-3.16 0 102 101.7'
9349+
fill='currentColor'
9350+
xmlns='http://www.w3.org/2000/svg'
9351+
aria-hidden='true'
9352+
>
9353+
<path d='M75.43,0C16.66,4.78-7.6,53.48,2.06,84.09c5.67-8.73,16.21-18.24,37.78-21.76-1.25-25.79,8.08-43.79,35.59-62.33Z' />
9354+
<path d='M45.3,66.03c-14.85,2.43-25.18,6.46-31.65,12.57.2,8.16,2.53,16.13,6.77,23.1,5.02-12.27,21.5-20.95,46.55-21.01-6.1-29.4,7.53-56.33,28.71-74.41-10.48,1.55-20.75,4.31-30.61,8.21-16.13,15.54-22.14,35.57-19.77,51.55Z' />
9355+
</svg>
9356+
)
9357+
}

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ import {
175175
PersonaIcon,
176176
PineconeIcon,
177177
PipedriveIcon,
178+
PitchBookIcon,
178179
PolymarketIcon,
179180
PostgresIcon,
180181
PosthogIcon,
@@ -464,6 +465,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
464465
persona: PersonaIcon,
465466
pinecone: PineconeIcon,
466467
pipedrive: PipedriveIcon,
468+
pitchbook: PitchBookIcon,
467469
polymarket: PolymarketIcon,
468470
postgresql: PostgresIcon,
469471
posthog: PosthogIcon,

apps/docs/content/docs/en/integrations/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"pinecone",
188188
"pipedrive",
189189
"pipedrive-service-account",
190+
"pitchbook",
190191
"polymarket",
191192
"postgresql",
192193
"posthog",

apps/docs/content/docs/en/integrations/pitchbook.mdx

Lines changed: 3474 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)