@import './common/mixin.scss';
.tse-icon {
  font-family: "iconfont" !important;
  font-size: 64px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*="tse-icon-"] {
  @extend .tse-icon;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  direction: ltr;
  font-family: 'iconfont';
  font-weight: normal;
  user-select: none;
  &.rotate45 {
    transform: rotate(45deg);
  }
  &.rotate90 {
    transform: rotate(90deg);
  }
  &.rotate180 {
    transform: rotate(180deg);
  }
}
