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

i[class^="icon-"]:before, i[class*=" icon-"]: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;
}

.icon-pause-pending:before {
    content: "\f101";
}
.icon-home:before {
    content: "\f102";
}
.icon-dashboard-dots:before {
    content: "\f103";
}
.icon-crowd:before {
    content: "\f104";
}
.icon-circle-stop:before {
    content: "\f105";
}
.icon-circle-pause:before {
    content: "\f106";
}
.icon-circle-check:before {
    content: "\f107";
}
.icon-chevron-right:before {
    content: "\f108";
}
.icon-agent-details:before {
    content: "\f109";
}
.icon-account-tie:before {
    content: "\f10a";
}
