Help icon cordova-plugin-local-notifications in ionic 2

Hi, I have a problem at the time of changing the icon of the notification.I have the following code:let notification = { id: data[i].id, title: 'Nueva Solicitud', text:this.icono /*data[i].servicio*/, icon:"file://img/icon.png", }; LocalNotifications.schedule(notification);

Show me the icon by default