Last active
March 21, 2026 06:44
-
-
Save louisgv/bbe25c4012dc4b7cc7a42f5088a1afb2 to your computer and use it in GitHub Desktop.
Ori (OpenRouter's Intern) — Slack thread badge for GitHub PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg xmlns="http://www.w3.org/2000/svg" width="153" height="28" viewBox="0 0 153 28"> | |
| <!-- Card --> | |
| <rect width="153" height="28" rx="6" fill="#161B22" stroke="#30363D" stroke-width="1"/> | |
| <!-- Real Slack logo (official brand paths, viewBox 0 0 123 123), scaled to 20x20 --> | |
| <g transform="translate(5,4) scale(0.163)"> | |
| <path d="M26 78a13 13 0 1 1-13-13h13zm6.5 0a13 13 0 0 1 26 0v32.5a13 13 0 1 1-26 0z" fill="#E01E5A"/> | |
| <path d="M45 26a13 13 0 1 1 13-13v13zm0 6.5a13 13 0 0 1 0 26H12.5a13 13 0 1 1 0-26z" fill="#36C5F0"/> | |
| <path d="M97 45a13 13 0 1 1 13 13H97zm-6.5 0a13 13 0 0 1-26 0V12.5a13 13 0 1 1 26 0z" fill="#2EB67D"/> | |
| <path d="M78 97a13 13 0 1 1-13 13V97zm0-6.5a13 13 0 0 1 0-26h32.5a13 13 0 1 1 0 26z" fill="#ECB22E"/> | |
| </g> | |
| <!-- Divider --> | |
| <line x1="30" y1="6" x2="30" y2="22" stroke="#30363D" stroke-width="1"/> | |
| <!-- Label --> | |
| <text x="40" y="18.5" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif" font-size="12" fill="#C9D1D9" font-weight="500">View Slack Thread</text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment