if (promiseArrayIcons.length) {
      Promise.all(promiseArrayIcons)
        .then(success => {
          const configType = success[0].config.type;
          const configPlatform = success[0].config.platform;