patternfly / patternfly/patternfly-react
Feat - Icon management
Open
@mattnolting is already working on this.
Since Feb 25, 2025.
PF Team
Stale
- Dominant language
- TypeScript
- Stars
- 862
- Forks
- 392
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 9
Description
Followup to #11313
Objective:
To provide a new, modern, and maintainable icon management and generation model.
New process to generate and manage icons
- Reference an index of icon props
- Batch process icons
- Support specific icon Instantiation for edge cases
Deliverables
- MVP for icon generation and management
- Supporting documentation
- Clean, well groomed implementation code
Long term enhancements
- Icon index is independent of Figma, React, or any on framework
- Design, dev, core dev can modify this index (likely managed in github) to support new and/or remove deprecated icons
- Connect core, react, design, and more to this single source of truth
- Leverage a human readable code format (JSON requires syntax knowledge design may not have and is especially hard read when minified)
- The established solution should be clear, concise, immediately recognizable
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.