@use 'ej2-base/styles/common/mixin' as *;
@include export-module('toast-bootstrap4-icons') {
  .e-toast {
    .e-toast-close-icon::before {
      content: '\e745';
      font-family: 'e-icons';
    }

    .e-toast-success-icon::before {
      content: '\e7d9';
      font-family: 'e-icons';
    }

    .e-toast-error-icon::before {
      content: '\e761';
      font-family: 'e-icons';
    }

    .e-toast-info-icon::before {
      content: '\e729';
      font-family: 'e-icons';
    }

    .e-toast-warning-icon::before {
      content: '\e92f';
      font-family: 'e-icons';
    }
  }
}
