this.$icons.forEach(el => {
      if (el && el.parentNode) {
        el.remove();
      }
    });