Skip to content

Commit ac305c9

Browse files
committed
correct icon
1 parent 95c0a69 commit ac305c9

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

apps/sim/blocks/blocks/zep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ZepBlock: BlockConfig<ZepResponse> = {
99
authMode: AuthMode.ApiKey,
1010
longDescription:
1111
'Integrate Zep for long-term memory management. Create threads, add messages, retrieve context with AI-powered summaries and facts extraction.',
12-
bgColor: '#4F46E5',
12+
bgColor: '#E8E8E8',
1313
icon: ZepIcon,
1414
category: 'tools',
1515
docsLink: 'https://docs.sim.ai/tools/zep',

apps/sim/components/icons.tsx

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3751,22 +3751,27 @@ export function ZepIcon(props: SVGProps<SVGSVGElement>) {
37513751
return (
37523752
<svg
37533753
{...props}
3754-
width='24'
3755-
height='24'
3756-
viewBox='0 0 24 24'
3757-
fill='none'
37583754
xmlns='http://www.w3.org/2000/svg'
3755+
viewBox='0 0 233 196'
3756+
width='96px'
3757+
height='96px'
37593758
>
37603759
<path
3761-
d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'
3762-
fill='currentColor'
3760+
d='m231.34,108.7l-1.48-1.55h-10.26l3.59-75.86-14.8-.45-2.77,49.31c-59.6-3.24-119.33-3.24-178.92-.02l-1.73-64.96-14.8.45,2.5,91.53H2.16l-1.41,1.47c-1.55,16.23-.66,32.68,2.26,48.89h10.83l.18,1.27c.67,19.34,16.1,34.68,35.9,34.68s44.86-.92,66.12-.92,46.56.92,65.95.92,35.19-15.29,35.9-34.61l.16-1.34h11.02c2.91-16.19,3.81-32.61,2.26-48.81Zm-158.23,58.01c-17.27,0-30.25-13.78-30.25-29.78s12.99-29.78,30.25-29.78,29.62,13.94,29.62,29.94-12.35,29.62-29.62,29.62Zm86.51,0c-17.27,0-30.25-13.78-30.25-29.78s12.99-29.78,30.25-29.78,29.62,13.94,29.62,29.94-12.35,29.62-29.62,29.62Z'
3761+
fill='#FF1493'
3762+
/>
3763+
<polygon
3764+
points='111.77 22.4 93.39 49.97 93.52 50.48 185.88 38.51 190.95 27.68 114.32 36.55 117.7 31.48 117.7 31.47 138.38 .49 138.25 0 47.67 11.6 42.85 22.27 118.34 12.61 111.77 22.4'
3765+
fill='#FF1493'
37633766
/>
37643767
<path
3765-
d='M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z'
3766-
fill='currentColor'
3768+
d='m72.97,121.47c-8.67,0-15.73,6.93-15.73,15.46s7.06,15.46,15.73,15.46,15.37-6.75,15.37-15.37-6.75-15.55-15.37-15.55Z'
3769+
fill='#FF1493'
3770+
/>
3771+
<path
3772+
d='m159.48,121.47c-8.67,0-15.73,6.93-15.73,15.46s7.06,15.46,15.73,15.46,15.37-6.75,15.37-15.37-6.75-15.55-15.37-15.55Z'
3773+
fill='#FF1493'
37673774
/>
3768-
<circle cx='12' cy='12' r='2' fill='currentColor' />
3769-
<path d='M8 8h8M8 16h8' stroke='currentColor' strokeWidth='1.5' strokeLinecap='round' />
37703775
</svg>
37713776
)
37723777
}

0 commit comments

Comments
 (0)