Just like the old Toast I want to add the close material icon as the handler to dismiss a Notify dialogue.
Tried cheating with the following, but it didn't work. : D
actions: [{
label: '<i aria-hidden="true" class="q-icon material-icons">close</i>',
}]
Can you add the possibility to do this?
Taken from docs. Do you notice the "icon" there? :)

I meant as the label of the action.
{ label: 'Snooze', icon: 'map', handler () {} }
@rstoenescu Oh, I see it's possible to use icon in the actions as well. I'll edit the docs.
Updated docs. Thanks for wanting to, though!
Most helpful comment
@rstoenescu Oh, I see it's possible to use
iconin theactionsas well. I'll edit the docs.