<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfontf4b0.ttf?t=1665717945850') format('truetype');
}
/* 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
[class*=iconn-]{
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconn-toleft2:before {
  content: "\e62b";
}

.iconn-toright2:before {
  content: "\e62c";
}

.iconn-toright:before {
  content: "\e632";
}

.iconn-toleft:before {
  content: "\e633";
}

.iconn-swap-left:before {
  content: "\e60f";
}

.iconn-swap-right:before {
  content: "\e610";
}

</pre></body></html>