We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1ef5ab + 217d4a9 commit fc4ecc8Copy full SHA for fc4ecc8
apps/sim/components/icons.tsx
@@ -3144,7 +3144,10 @@ export function ServerIcon(props: SVGProps<SVGSVGElement>) {
3144
strokeLinecap='round'
3145
strokeLinejoin='round'
3146
>
3147
- {/* todo */}
+ <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' />
3151
</svg>
3152
)
3153
}
0 commit comments