diff --git a/scripts/download.js b/scripts/download.js index e961faa..6d86344 100644 --- a/scripts/download.js +++ b/scripts/download.js @@ -39,7 +39,7 @@ function createSvgBuilder(metadata) { } for (const icon of iconSet.children) { - const {style, keywords} = parsePropertiesString(icon.name); + const {style, keywords = ''} = parsePropertiesString(icon.name); const svg = iconsById[icon.id].svg; let name = iconSet.name;