| 12345678910111213141516171819 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" role="img" aria-label="Sprint Planner — Planner Calendar">
- <style>
- svg:root { color: #0f172a; }
- @media (prefers-color-scheme: dark) { svg:root { color: #e2e8f0; } }
- </style>
- <rect x="8" y="12" width="48" height="44" rx="4" stroke="currentColor" stroke-width="2.5"/>
- <path d="M8 24 H56" stroke="currentColor" stroke-width="2.5"/>
- <line x1="20" y1="8" x2="20" y2="18" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
- <line x1="44" y1="8" x2="44" y2="18" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
- <rect x="14" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
- <rect x="23" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
- <rect x="32" y="30" width="6" height="6" rx="1" fill="#6366f1"/>
- <rect x="41" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
- <rect x="14" y="40" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
- <rect x="23" y="40" width="6" height="6" rx="1" fill="#6366f1"/>
- <rect x="32" y="40" width="6" height="6" rx="1" fill="#6366f1"/>
- <rect x="41" y="40" width="6" height="6" rx="1" fill="#10b981"/>
- <path d="M33 43.5 L36 46.5 L41 41" stroke="#fff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
- </svg>
|