@import "../../style/mixins/index";

.antTreeSwitcherIcon() {
  position: relative;
  &:after {
    .iconfont-size-under-12px(7px);
    display: inline-block;
    .iconfont-font("\e606");
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 4px;
    color: @text-color;
    transition: transform .3s ease;
  }
}
