Wizard/Stepper in mobile app: "abort wizard" and "back button"
I have an 8-step wizard in my app and want the user to be able to abort the whole wizard.
My app has a title bar and usually, the top left icon is either a "burger icon" (opening the main drawer) or a "back arrow"
For my wizard I thought it would be better to deviate from this behavior and display an [X]-icon allowing to abort the wizard instead.
The user has 2 options to go "back" already: the wizards "< BACK"-button and the back triangle from the mobile's main navigation. Adding a third feels kind of redundant.
Now to my question(s):
a) Is the "X" icon with functionality "abort wizard" the most intuitive/expected option for the title bar
b) Upon pressing the "X"-icon to abort the wizard: would you expect a confirm dialog along the lines of "aborting the wizard will delete all previously filled in data, are you sure" or is the "X" icon sufficiently clear