0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript21,641 stars (21,641 stars)1,064 forks (1,064 forks)batch import
design-helpenhancementhelp wanted
Description
- Curate an icon-set from https://icones.netlify.app/ the required icons for our app and generate a font file(can be easily done on this website).
- Create a new
Icon component that will take the icon name and render it.
- Replace the existing icons with this new component.
- Issue type
- feature
- Research direction
- First, review the existing codebase to identify all icons currently used and where they are defined (likely in components/ or a dedicated icons file). Then, visit icones.netlify.app to curate a consistent icon set that matches the app's needs and generate a font file. Next, create a new Icon component that accepts an icon name and renders the corresponding icon from the font. Finally, replace all hardcoded icon references with the new component, ensuring all icons render correctly. Check the repository's existing styling conventions and component patterns to maintain consistency.