0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript21,641 star (21,641 star)1,064 fork (1,064 fork)batch import
design-helpenhancementhelp wanted
描述
- 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.
- 议题类型
- feature
- 研究方向
- 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.