@use 'ej2-base/styles/common/mixin' as *;
@include export-module('check-box-fluent2-icons') {
  .e-checkbox-wrapper,
  .e-css.e-checkbox-wrapper {
    @at-root {
      & .e-check {
        &::before {
          content: '\e774';
        }
      }

      & .e-stop {
        &::before {
          content: '\e87f';
        }
      }
    }
  }
}
