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

export function HarmonicIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} viewBox='0 1 26 30.1' fill='none' role='img' xmlns='http://www.w3.org/2000/svg'>
{/** svg-path-precision-exception: Preserves Harmonic's supplied brand-mark coordinates. */}
<path
d='M6.49743 1.08252L12.9949 4.83381V12.3364L6.49743 16.0877L0 12.3364V4.83381L6.49743 1.08252Z'
fill='#FE5D45'
/>
{/** svg-path-precision-exception: Preserves Harmonic's supplied brand-mark coordinates. */}
<path
d='M6.49743 16.0874L12.9949 19.8387V27.3413L6.49743 31.0926L0 27.3413V19.8387L6.49743 16.0874Z'
fill='#FE5D45'
/>
{/** svg-path-precision-exception: Preserves Harmonic's supplied brand-mark coordinates. */}
<path
d='M19.5026 8.58496L26 12.3363V19.8388L19.5026 23.5901L13.0051 19.8388V12.3363L19.5026 8.58496Z'
fill='#FE5D45'
/>
</svg>
)
}

export function HubspotIcon(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 @@ -113,6 +113,7 @@ import {
GranolaIcon,
GreenhouseIcon,
GreptileIcon,
HarmonicIcon,
HexIcon,
HubspotIcon,
HuggingFaceIcon,
Expand Down Expand Up @@ -395,6 +396,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
granola: GranolaIcon,
greenhouse: GreenhouseIcon,
greptile: GreptileIcon,
harmonic: HarmonicIcon,
hex: HexIcon,
hubspot: HubspotIcon,
huggingface: HuggingFaceIcon,
Expand Down
454 changes: 454 additions & 0 deletions apps/docs/content/docs/en/integrations/harmonic.mdx

Large diffs are not rendered by default.

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 @@ -115,6 +115,7 @@
"granola",
"greenhouse",
"greptile",
"harmonic",
"hex",
"hubspot",
"hubspot-service-account",
Expand Down
Loading
Loading