Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 261 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 261 Bytes

svg-to-tsx

Utility to batch convert SVG images to TypeScript React components.

Usage

Step 1: Place icons to be added in svg/ directory.
Step 2: Run npm run generate
Step 3: Find the generated component files in the tsx/ directory.