I am new to angular and I am using Angular Material Design for UI.
In my application I have a snackbar .
Now I want to set an Icon inside the snackbar but I tried some Stackoverflow post I can't set it .
code:
this.snackBar.open('You are already registered.Please log in.','', { duration: 2000 });
I want to set the icon as in the image but I have the below snackbar without icon .I don't know how to add this .
can anyone help me to add this.

