Created
February 26, 2026 16:59
-
-
Save carmelc/12b3d4c710519e2900f38b7741ae710c to your computer and use it in GitHub Desktop.
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" viewBox="0 0 120 160"> | |
| <circle cx="60" cy="55" r="40" fill="#FFB800"/> | |
| <circle cx="60" cy="55" r="30" fill="#FFD54F"/> | |
| <path d="M45 90 L45 110 L75 110 L75 90 Z" fill="#FFB800"/> | |
| <rect x="48" y="115" width="24" height="5" rx="2" fill="#E0A000"/> | |
| <rect x="50" y="125" width="20" height="5" rx="2" fill="#E0A000"/> | |
| <rect x="52" y="135" width="16" height="5" rx="2.5" fill="#E0A000"/> | |
| <rect x="57" y="30" width="6" height="20" rx="3" fill="#FFFFFF"/> | |
| <rect x="50" y="37" width="20" height="6" rx="3" fill="#FFFFFF"/> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment