React Icons Prompt Pack
1. Icon-driven dashboard
Build a SaaS operations dashboard using @editora/react-icons and @editora/ui-react.
Use icon-led cards, status chips, and icon buttons with accessible labels.
Include responsive layout and theme-friendly styling.
Return complete runnable TSX.
2. Provider standardization
Refactor this UI to use IconProvider defaults for size/stroke/style consistency.
Keep semantic icon choices and ensure dark/light mode contrast.
3. Performance review
Review icon usage for performance:
- repeated dynamic icon lookups
- non-memoized render paths
- unnecessary re-renders in large lists
Provide optimized code.