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

  .e-icon-check::before {
    content: '\e718';
  }

  #{&}.e-excelfilter {
    .e-icon-filter::before,
    .e-excl-filter-icon::before {
      content: '\e714';
    }

    .e-excl-filter-icon.e-filtered::before {
      content: '\e748';
    }
    
    .e-search-icon::before,
    .e-ccsearch-icon::before {
      content: '\e724';
    }

    .e-chkcancel-icon::before {
      content: '\e745';
    }

    .e-sortascending::before {
      content: '\e812';
    }

    .e-sortdescending::before {
      content: '\e811';
    }
  }
}
