Clone git repository from-
https://github.com/kawshar/joomla-icon-font
Go API Folder
cd api
Run NPM command
npm install or yarn install
After successfully install run the build command for build fonts
npm run build
It will generate font package folder into public
directory
Build only ico-config json file command
npm run build_config
Build only icon json data and package
npm run build_font