@font-face {
  font-family: "iconfont"; /* Project id 3962728 */
  src: url('iconfont.woff?t=1679493600062') format('woff');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
  content: "\e609";
}

.icon-delete:before {
  content: "\e60a";
}

.icon-left:before {
  content: "\e606";
}

.icon-right:before {
  content: "\e607";
}

.icon-add:before {
  content: "\e608";
}

