Fix PostgreSQL icon rendering artifact
Summary
- Replace the PostgreSQL elephant SVG with the official devicons version
- Fix blue triangle artifact caused by improper path closure in the original SVG
The old SVG had a z (close path) command that drew a straight line from an incorrect endpoint back to the starting point, creating a visible blue triangle on the elephant's head.
before
after
Closes #665 (closed)
Edited by Nikolay Samokhvalov

