[CAL-4903] RFC: Icons Turn Sprites into dedicated tsx files with <svg> #18206
Labels
✨ feature
New feature or request
🧹 Improvements
Improvements to existing features. Mostly UX/UI
performance
area: performance, page load, slow, slow endpoints, loading screen, unresponsive
💻 refactor
currently we have an SVG Sprite approach to icons which was introduced here: #16135 by @G3root
I much prefer a "one file per icon" the way dub does it:
https://github.com/dubinc/dub/tree/main/apps/web/ui/shared/icons
that way we get the same performance benefits without uncertain amount of edgcases that we see right now. no built needed either
@G3root wanna do this?
CAL-4903
The text was updated successfully, but these errors were encountered: