for (const i in response.files) {
        fs.writeFileSync(options.iconsPath + response.files[i].name, response.files[i].contents);
      }