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

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

    #{if(&, '&', '*')} .e-date-icon-next::before {
      content: '\e84f';
    }
  }
}
