feat(tarot): 라우팅 4 페이지 + navLinks 추가 (T17)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 00:49:32 +09:00
parent bc6c45dee3
commit f3551815d1
2 changed files with 39 additions and 0 deletions

View File

@@ -134,3 +134,12 @@ export const IconInsta = () =>
<circle cx="17.5" cy="6.5" r="1" fill="currentColor" strokeWidth="0" />
</>
);
export const IconTarot = () =>
svg(
<>
<rect x="5" y="3" width="14" height="18" rx="2" />
<path d="M12 7v10M9 12h6" />
<circle cx="12" cy="12" r="3" />
</>
);