@use 'ej2-base/styles/common/mixin' as *;
@include export-module('calendar-fluent2-icons') {

  /*! component icons */
  .e-calendar .e-header {
    #{if(&, '&', '*')} .e-date-icon-prev::before {
      content: '\e7df';
    }
  
    #{if(&, '&', '*')} .e-date-icon-next::before {
      content: '\e7d8';
    }
  }
}
