Created
February 26, 2026 13:52
-
-
Save carmelc/1838af2c895fcff4ec96564788ccbe8c 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 60 60"> | |
| <!-- Scattered candy sprinkles --> | |
| <rect x="10" y="5" width="4" height="14" rx="2" fill="#E8458B" transform="rotate(30 12 12)"/> | |
| <rect x="35" y="2" width="4" height="14" rx="2" fill="#FFD93D" transform="rotate(-20 37 9)"/> | |
| <rect x="22" y="30" width="4" height="14" rx="2" fill="#FF8FAB" transform="rotate(60 24 37)"/> | |
| <rect x="45" y="35" width="4" height="14" rx="2" fill="#FFFFFF" transform="rotate(-45 47 42)"/> | |
| <rect x="5" y="42" width="4" height="14" rx="2" fill="#FFD93D" transform="rotate(15 7 49)"/> | |
| <circle cx="50" cy="20" r="3" fill="#E8458B"/> | |
| <circle cx="15" cy="28" r="2" fill="#FFFFFF"/> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment