Created
May 13, 2026 16:37
-
-
Save chebee7i/d2b9232842a43bc0e8bf3cca37b99553 to your computer and use it in GitHub Desktop.
infra-frontend services timer preview stages
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="100" height="100" viewBox="0 0 100 100"> | |
| <rect width="100" height="100" rx="8" fill="#f6f8fa"/> | |
| <circle cx="50" cy="50" r="38" fill="none" stroke="#d1d9e0" stroke-width="5"/> | |
| <circle cx="50" cy="50" r="38" fill="none" stroke="#1a7f37" stroke-width="5" | |
| stroke-dasharray="251.33 251.33" stroke-linecap="round" | |
| transform="rotate(-90 50 50)"/> | |
| <text x="50" y="50" text-anchor="middle" dy="0.35em" | |
| font-size="22" font-family="monospace" fill="#24292f">15</text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment