feat: 메뉴 아이콘 추가 및 관련 컴포넌트 업데이트

- 새로운 메뉴 아이콘 SVG 파일 추가 (31-65, 99번)
- constant.ts, favorite-wrapper.tsx, menu/index.tsx, sub-layout 수정
- public/pub 디렉토리 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-21 19:15:12 +09:00
parent e38469f181
commit fc24c66395
34 changed files with 478 additions and 51 deletions

View File

@@ -0,0 +1,11 @@
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="10.5" y="10.5" width="9.99991" height="9.99991" rx="4" fill="#31DF9C"/>
<rect x="10.5" y="22" width="9.99991" height="9.99991" rx="4" fill="#31DF9C"/>
<rect x="10.5" y="33.5" width="9.99991" height="9.99991" rx="4" fill="#31DF9C"/>
<rect x="22" y="10.5" width="9.99991" height="9.99991" rx="4" fill="#31DF9C"/>
<rect x="22" y="22" width="9.99991" height="9.99991" rx="4" fill="#FFC100"/>
<rect x="22" y="33.5" width="9.99991" height="9.99991" rx="4" fill="#7394FF"/>
<rect x="33.5" y="10.5" width="9.99991" height="9.99991" rx="4" fill="#31DF9C"/>
<rect x="33.5" y="22" width="9.99991" height="9.99991" rx="4" fill="#5FDF31"/>
<rect x="33.5" y="33.5" width="9.99991" height="9.99991" rx="4" fill="#E378A6"/>
</svg>

After

Width:  |  Height:  |  Size: 820 B