feat(tarot): 라우팅 4 페이지 + navLinks 추가 (T17)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user