Rating stars inside alert controller

I’m trying to make rating stars inside alert controller … tried the code below but didn’t work
no icons displyed
24%20PM

 let alert = this.AlertController.create({
      title: 'Low battery',
      subTitle: '10% of battery remaining',
      message: "<ion-icon name='star'></ion-icon> "
    })
    alert.present();