@use 'ej2-base/styles/common/mixin' as *;
@use '../fluent2-definition' as *;
@include export-module('toast-material-icons') {
  .e-toast {
    .e-toast-close-icon::before {
      content: $toast-close-icon;
      font-family: 'e-icons';
    }
  
    .e-toast-success-icon::before {
      content: $toast-success-icon;
      font-family: 'e-icons';
    }
  
    .e-toast-error-icon::before {
      content: $toast-error-icon;
      font-family: 'e-icons';
    }
  
    .e-toast-info-icon::before {
      content: $toast-info-icon;
      font-family: 'e-icons';
    }
  
    .e-toast-warning-icon::before {
      content: $toast-warning-icon;
      font-family: 'e-icons';
    }
  }
}
