@font-face {
    font-family: "icon-font";
    src: url('./icon-font.woff2?50808e8f28cd82f86be0b5e8713d0cb4') format("woff2");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon-font !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-blank:before {
    content: "\e000";
}
