@use 'ej2-base/styles/common/mixin' as *;
@include export-module('toolbar-fluent2-icons') {
  #{&}.e-toolbar {
  
    .e-popup-down-icon::before {
      content: '\e71c';
      line-height: normal;
    }
  
    .e-popup-up-icon::before {
      content: '\e71c';
      line-height: normal;
    }
  }
}
