Skip to content

Commit fc4ecc8

Browse files
committed
Merge branch 'lakees/tinybird' of https://github.com/lakeesiv/sim into lakees/tinybird
2 parents a1ef5ab + 217d4a9 commit fc4ecc8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/sim/components/icons.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,10 @@ export function ServerIcon(props: SVGProps<SVGSVGElement>) {
31443144
strokeLinecap='round'
31453145
strokeLinejoin='round'
31463146
>
3147-
{/* todo */}
3147+
<rect width='20' height='8' x='2' y='2' rx='2' ry='2' />
3148+
<rect width='20' height='8' x='2' y='14' rx='2' ry='2' />
3149+
<line x1='6' x2='6.01' y1='6' y2='6' />
3150+
<line x1='6' x2='6.01' y1='18' y2='18' />
31483151
</svg>
31493152
)
31503153
}

0 commit comments

Comments
 (0)