@font-face {
    font-family: "icons";
    src: url("./icons.eot?962a0a889f44c79ae5a7925137c229a1#iefix") format("embedded-opentype"),
url("./icons.woff2?962a0a889f44c79ae5a7925137c229a1") format("woff2"),
url("./icons.woff?962a0a889f44c79ae5a7925137c229a1") format("woff");
}

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-eye-slash-solid:before {
    content: "\f101";
}
.icon-eye-solid:before {
    content: "\f102";
}
.icon-house-solid:before {
    content: "\f103";
}
.icon-spinner:before {
    content: "\f104";
}
.icon-user-shield-solid:before {
    content: "\f105";
}
