polar
polar copied to clipboard
Choose **one** icon library and stick with it
trafficstars
Currently, we've three icons libraries in use across the project:
- Lucide (
lucide-react) - Heroicons (
@heroicons/react) - Material Icons (
@mui/icons-material) - and probably a bunch of copy-pasted SVG
This is a bit messy, adds lot of useless dependencies and probably hurt visual consistency. We really need to make a choice here and stick with it.
Worth to note that shadcn uses natively lucide-react, so that's probably the most pragmatic choice.