0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript57 stars (57 stars)6 forks (6 forks)user submission
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- React basicsTypeScript basicsknowledge of SVG icons
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests creating React components for the icon set. First, explore the repository structure to find existing SVG icons (likely in a folder like `src/icons` or `svg`). Look at any existing component patterns or similar libraries like react icons for inspiration. The components should accept props such as `size`, `color`, and `className`. Consider creating a single `<Icon>` component that takes the icon name as a prop, or individual components per icon. Check if there are any existing component scripts or build tooling like SVGR. The task is well defined but requires familiarity with React component creation and the icon set.