The project currently uses deprecated Phosphor Icons imports. As of @phosphor-icons/react v2.1+, all icon components are now suffixed with "Icon" to improve readability and avoid namespace conflicts.
Current State
The codebase uses deprecated imports like:
Bug, Moon, Robot, Sun, Trash, PaperPlaneTilt, Stop, X, ArrowsClockwise, DotsThree, CaretDown
Proposed Change
Update all imports to use the new Icon-suffixed names:
BugIcon, MoonIcon, RobotIcon, SunIcon, TrashIcon, PaperPlaneTiltIcon, StopIcon, XIcon, ArrowsClockwiseIcon, DotsThreeIcon, CaretDownIcon
References
The project currently uses deprecated Phosphor Icons imports. As of @phosphor-icons/react v2.1+, all icon components are now suffixed with "Icon" to improve readability and avoid namespace conflicts.
Current State
The codebase uses deprecated imports like:
Bug,Moon,Robot,Sun,Trash,PaperPlaneTilt,Stop,X,ArrowsClockwise,DotsThree,CaretDownProposed Change
Update all imports to use the new Icon-suffixed names:
BugIcon,MoonIcon,RobotIcon,SunIcon,TrashIcon,PaperPlaneTiltIcon,StopIcon,XIcon,ArrowsClockwiseIcon,DotsThreeIcon,CaretDownIconReferences