Ionic cordova push notification - icon appears as white black square

Hi all,

I am trying to replace the icon display on my push notification device,
currently it’s appear as white black square.

  1. i am using “cordova-android”: “^6.2.3”.

  2. cordova -v of 7.0.1

  3. one plus 5 android device.

  4. var pushOptions :PushOptions = {
    “android”:{
    “icon”:“ic_action_airport_shuttle”
    },
    “browser”:{

    },
    “ios”:{
    “alert”: “true”,
    “badge”: “true”,
    “sound”: “true”
    },
    “windows”: {}
    }

  5. i have generate the icons with click

  6. i have store the generated files in platforms/android/res

please help…

someone can help please ??