alertController with ion-icon

Is it possible to add an icon to a AlertController object?

I tried something like:

let alert = this.alertController.create({
title: “My title”,
message: 'Some message and an icon '
});

but it seems that the tag is removed in the template.

I know I can add an cssClass to the object, but I think it’s easier to use the buil-in ion-icons.