1
0
mirror of https://github.com/avinal/nikki.git synced 2026-07-03 21:40:09 +05:30
Files
nikki/logo-circle.svg
avinal d02edde30e Add README, task format docs, fix archived memos API
- README.md: introduction, features, build/install, tech stack,
  disclaimer, acknowledgements, logo at top
- TASK_FORMAT.md: full task syntax reference with examples,
  validation rules, typo detection, notification behavior
- Fix archived memos: use state query param instead of CEL filter
- LOGO.md: remove triangle variant, keep circle only
- logo-circle.svg tracked for README rendering

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context)
2026-05-22 18:47:31 +05:30

25 lines
685 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<rect width="200" height="200" fill="#1F1F1F"/>
<!-- Pink circle r=52 -->
<circle cx="100" cy="100" r="52" fill="#EE67A4"/>
<!-- Black 47° annular sector: imaginary inner r=37 to pink edge r=52 -->
<path fill="#231F20" d="
M133.93,85.25
L147.69,79.27
A52,52 0 0,1 147.69,120.73
L133.93,114.75
A37,37 0 0,0 133.93,85.25
Z"/>
<!-- Teal 47° annular sector: pink edge r=52 to imaginary outer r=65 -->
<path fill="#35BEB8" d="
M147.69,79.27
L159.61,74.08
A65,65 0 0,1 159.61,125.92
L147.69,120.73
A52,52 0 0,0 147.69,79.27
Z"/>
</svg>