sketchplugins / plugin-requests

A collection of plugins requested to our Twitter account
https://twitter.com/sketch
MIT License
211 stars 64 forks source link

Automatically generate iconfont from selected artboards #58

Open HelloAlexPan opened 11 months ago

HelloAlexPan commented 11 months ago

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