@use 'ej2-base/styles/common/mixin' as *;
@include export-module('toolbar-highcontrast-icons') {
  #{&}.e-toolbar {

    .e-popup-down-icon::before {
      content: '\e84f';
      line-height: normal;
    }

    .e-popup-up-icon::before {
      content: '\e85e';
      line-height: normal;
    }
  }
}
