Currently, to generate iconfonts, I need to follow this process: 1. Export all icons from the Sketch project as .svg 2. Open the exported svgs in VS Code 3. Remove all height / width specs from the SVG file 4. Upload SVG to ICOMoon 5. Export 6. Upload to GitHub repo This has problems as: 1. It takes a lot of time 2. It makes version control hard Would be good if there was a plugin that: 1. Generated an iconfont from selected design artboards in Sketch 2. (optional): uploaded this iconfont to the relevant GitHub repo