tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.33k stars 1.28k forks source link

How do you build newly added icons #272

Closed caredev closed 3 years ago

caredev commented 3 years ago

I have forked the repository to add new custom icons (svg files inside the src/outline src/solid). I am using vue, and I do not know how to build the vue package so the .js files are generated.

Anyone knows how to do it?

adamwathan commented 3 years ago

Hey! You want npm run build-vue 👍🏻