Files
claude-code-best-practice/!/root/third-most-starred.svg
T
Shayan Rais 3861e8322e add 3rd-most-starred SVG badge for README header
Mirrors the fourth-most-starred SVG structure (128×20, green stroke,
🇵🇰 label) with the rank text bumped from "4th" to "3rd".

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:23:51 +05:00

5 lines
360 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="20">
<rect rx="3" x="1" y="1" width="126" height="18" fill="white" stroke="#4caf50" stroke-width="2"/>
<text x="64" y="14" fill="#4caf50" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" font-weight="bold" text-anchor="middle">&#x1F1F5;&#x1F1F0; 3rd Most &#x2605;</text>
</svg>