0xbeedao / raidguild-design-system

Base components and styleguide for Raidguild projects
MIT License
3 stars 3 forks source link

Icon Library + SVG autogeneration #7

Open aricallen opened 3 years ago

aricallen commented 3 years ago

The goal would be to take any svg and dump it into a watched folder, and have a generated react component for use in an app. One possible solution is to use @svgr which does exactly this.

This would involve several pieces

aricallen commented 3 years ago

I already have a WIP for this