Install fontforge to your system & install all the dependencies with npm install.
This step does not work anymore.
docker build -t frontend-icons .
docker run -it -u ${UID}:`id -g ${UID}` -v ${PWD}:/build frontend-iconsAdd new SVG file(s) to src/icons and run then command below.
npm run buildPreview of icons is available in generated file dist/fonts/icons.html
Before running it check if the icons are compressed.
Raise the version in package.json and merge the branch to master (after PR is reviewed).
Then tag the commit and push the tag to remote.
git checkout master
git pull origin
git tag <NEW-VERSION>
git push origin <NEW-VERSION>In frontend-som change the tag version of frontend-icons in package.json.