@font-face {
    font-family: "icons";
    src: url("./icons.woff2?3ba92a9c5c8bc8192d71031d3a4c9495") format("woff2"),
url("./icons.woff?3ba92a9c5c8bc8192d71031d3a4c9495") format("woff");
}

i[class^="nic-"]:before, i[class*=" nic-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nic-upload:before {
    content: "\f101";
}
.nic-unfold:before {
    content: "\f102";
}
.nic-sort-manually:before {
    content: "\f103";
}
.nic-sort-by-time:before {
    content: "\f104";
}
.nic-sort-by-registration-date:before {
    content: "\f105";
}
.nic-send-message:before {
    content: "\f106";
}
.nic-fold:before {
    content: "\f107";
}
.nic-display-pm:before {
    content: "\f108";
}
.nic-display-groupchat:before {
    content: "\f109";
}
.nic-display-all:before {
    content: "\f10a";
}
