Dovremmo aggiornare i template, CSS, HTML e anche il SASS, in quanto potrebbero verificarsi inconsistenze tra filename SVG e codepoint cablato nel CSS.
Come riportano nella pagina su npm https://www.npmjs.com/package/gulp-iconfont
The template is outdated, change every occurrence of glyph.codepoint.toString(16).toUpperCase() to glyph.unicode[0].charCodeAt(0).toString(16).toUpperCase(), otherwise it will not work.