@font-face {
  font-family: "file-icon"; /* Project id 4351049 */
  /* Color fonts */
  src: 
       url('iconfont.woff2?t=1701596015235') format('woff2'),
       url('iconfont.woff?t=1701596015235') format('woff'),
       url('iconfont.ttf?t=1701596015235') format('truetype');
}

.file-icon {
  font-family: "file-icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-other:before {
  content: "\e6f9";
}

.icon-folder:before {
  content: "\e6ea";
}

.icon-word:before {
  content: "\e6eb";
}

.icon-excel:before {
  content: "\e6ec";
}

.icon-ppt:before {
  content: "\e6ed";
}

.icon-pdf:before {
  content: "\e6ee";
}

.icon-txt:before {
  content: "\e6ef";
}

.icon-mp3:before {
  content: "\e6f0";
}

.icon-rar:before {
  content: "\e6f1";
}

.icon-web:before {
  content: "\e6f2";
}

.icon-pic:before {
  content: "\e6f3";
}

.icon-mp4:before {
  content: "\e6f4";
}

.icon-ps:before {
  content: "\e6f5";
}

.icon-code:before {
  content: "\e6f8";
}

