We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3353f commit b2e954aCopy full SHA for b2e954a
scripts/utility-icons.js
@@ -27,8 +27,6 @@ var sprite = JSON.parse(parser.toJson(text));
27
var icons = [];
28
var viewbox;
29
sprite.svg.symbol.forEach(function(symbol){
30
- var id = symbol.id;
31
- var paths = symbol.path;
32
content.push(symbol.id+':'+JSON.stringify(symbol.path)+',');
33
viewBox = symbol.viewBox;
34
});
0 commit comments