@import '../index.less';
@btri-icon-box: ~'@{ant-prefix}-btri-icon';

@keyframes rotateAnimation {
  100% {
    transform: rotate(360deg);
  }
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.@{btri-icon-box} {
  &-box {
    .animation {
      animation: rotateAnimation 2s infinite !important;
    }

    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    .i-icon {
      position: relative;
      display: flex;
    }
  }
}
