fix: eraser 아이콘 Icon 컴포넌트에 등록

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
reloop
2026-04-17 10:19:15 +09:00
parent 58719e329e
commit 683e41be72

View File

@@ -11,7 +11,7 @@ import {
MagnifyingGlass, DownloadSimple, CalendarBlank, CalendarCheck, BellRinging, Bell, Sparkle,
Minus, DotsThree, DotsThreeVertical, Translate, BookOpenText, SkipForward, Info, SignOut, Camera, Crown,
Export, Gear, ArrowRight, Pause, BookmarkSimple, Code, type IconProps as PhIconProps, type IconWeight,
Scales, Feather, Clock, Flag, CheckSquare, Circle, ArrowLeft, User, Books, Medal,
Scales, Feather, Clock, Flag, CheckSquare, Circle, ArrowLeft, User, Books, Medal, Eraser,
} from '@phosphor-icons/react';
// name → component map. 새 아이콘 추가 시 이 맵에만 등록.
@@ -86,6 +86,7 @@ const ICON_MAP = {
'user': User,
'books': Books,
'medal': Medal,
'eraser': Eraser,
'code': Code,
} as const;